home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / img2hplj.lzh / ENGLISH.DOC next >
Text File  |  1992-07-09  |  3KB  |  110 lines

  1. Hi!
  2.  
  3. The documentation is only in German yet, sorry. Here is a short
  4. introduction to this program. It describes the commandlineparameters an the
  5. function of the program.
  6.  
  7. This program  prints  GEM  IMG-Files  and  DEGAS-  or SCREEN-Pictures on an
  8. HP-LaserJet-Printer.
  9.  
  10. You can give the following parameters to the program:
  11.  
  12. -a Autorotate:   automatic  rotation  to  landscape  when the picture is to
  13.    large for portrait.
  14.    Default: off.
  15.  
  16. -c Center: print image in the center of the page.
  17.    Default: off.
  18.  
  19. -l Landscape: print image rotated in landscape modus
  20.    Default: off.
  21.  
  22. -m MP-Tray: take paper from multi purpose tray of HP-LaserJet IIP
  23.    Default: on.
  24.  
  25. -q Quietmode: only show errormessages.
  26.    Default: on.
  27.  
  28. -u Unpacked: use to print DEGAS- or SCREEN-Pictures with this program.
  29.    Default: off.
  30.  
  31. -z print image inverted.
  32.  
  33. -? show (german) summary of parameters.
  34.  
  35. -h Horizontal size: change size of image, syntax below.
  36.    Default: Value in IMG-Header.
  37.  
  38. -i Init: send only some init-commands to printer:
  39.    b  Reset at start
  40.    c  Send copy-command
  41.    e  Reset at end
  42.    l  Send orientation-command
  43.    m  Send papersource-command
  44.    o  Send offset-command
  45.    p  Send margin-command
  46.    s  Send papersize-command
  47.    Default: BCELMOPS.
  48.  
  49. -f Filename: give filename of file to be printed.
  50.  
  51. -n Number of copies.
  52.  
  53. -o Output: Outputfile. Do not use PRN: when installed GfA-Basic's
  54.    PTXXX.PRG. Use LST: instead.
  55.    Default: LST:.
  56.  
  57. -r Resolution: Resolution of image on printer
  58.  
  59. -s Size: Papersize (EXEC,LETTER,LEGAL,A4,MONARCH,COM10,DL,C5).
  60.    Default: A4.
  61.  
  62. -t Temporary file for printing pictures with -u.
  63.    Default: $$IMG$$.TMP.
  64.  
  65. -v Vertical size of image, syntax below.
  66.    Default: Value in IMG-Header.
  67.  
  68. -x X-Offset: X-Offset, syntax below.
  69.    Default: 0.
  70.  
  71. -y Y-Offset: Y-Offset, syntax below.
  72.    Default: 0.
  73.  
  74. Syntax for offset and size:
  75.  
  76. example: -vl10000
  77.            ^ unit of measure
  78.  
  79. l length mm/1000
  80. m magnification of image, only -h/-v
  81. p pixel: 300dpi printerpixel
  82. r resolution of sourceimage, only -h/-v
  83.  
  84. While the program is running you can use:
  85.  
  86. ?             Show used parameters
  87. <CONTROL>-<C> Abort printing (like when the image ended)
  88. <CONTROL>-<Y> Abort program
  89. <CONTROL>-<T> Show current line number
  90.  
  91. Adress of author:
  92.  
  93. /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  94. \                                  |                                         /
  95. / Michael Ruder                    | Electronic mail:                        \
  96. \ Taubenstrasse 54                 |    rudermi@tat.physik.uni-tuebingen.de  /
  97. / DW-7407 Rottenburg - Wurmlingen  |    gamesmgr@tat.physik.uni-tuebingen.de \
  98. \ Telefon: 49-7472-23547 o. 23068  |    rudermi@trillian.tp1.ruhr-uni-       /
  99. / Telex: 726 2867 UTNA D           |            bochum.de                    \
  100. \ Telefax: 49-7071-295400          | DatexP: PSI%45050260314::RUDERMI        /
  101. /                                  |                                         \
  102. \ Try NightFall, a LPMUD in Tuebingen/Germany, adr: 134.2.67.142, port: 4242 /
  103. /                                  |                                         \
  104. \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
  105.  
  106. Every person who use this program is asked to send an email or a short
  107. letter to me. Thank you!
  108.  
  109. -Michael Ruder
  110.